/* General */
.cursor-progress *{
    cursor: progress !important;
}
.manager-loader{
    background: transparent;
}
.page-container {
    height: calc(100vh - 77px);
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 0;
}
.page-header{
    padding: 20px 20px 0 20px;
    transition: opacity 1s ease;
}

/* Groups columns filter (etapas) */
.page-header-btns .custom-filter-label{
    background-color: transparent;
    text-transform: capitalize;
    color: #00454a;
    font-size: 11pt;
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-header-btns .custom-checkbox-container{
    padding: 0;
    transition: all .3s ease;
}
.page-header-btns .custom-checkbox-container:hover,
.page-header-btns .custom-checkbox-container.hover,
.page-header-btns .checked-group{
    background-color: #E0F7FA;
    cursor: pointer;
    border-radius: 5px;
}
.page-header-btns .checked-group{
    font-weight: bold;
}
.page-header-btns .form-check-input{
    width: 0;
    margin-right: 0;
}
.page-header-btns .column-group-checkbox {
    visibility: hidden;
}
.page-header-btns .row,
.page-header-btns .form-check{
  height: 100%;
}
.page-header-btns .form-check-cgroup,
.page-header-btns .form-check-cgroup label{
    width: 100%;
}


/* Handsontable */
.hot-display-license-info{
    display: none;
}
.handsontable thead th {
    background-color: #FAFAFA;
    font-family: "Lato Bold";
    color: #616161;
}
.handsontable.htRowHeaders thead tr th:nth-child(2),
.handsontable td:first-of-type,
.handsontable th:first-child,
.handsontable th:nth-child(2) {
    border-left: 1px solid #EEEEEE;
}
.handsontable tr:first-child td, .handsontable tr:first-child th {
    border-top: 1px solid #EEEEEE;
}
.handsontable td, .handsontable th, .handsontable th:last-child {
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.handsontable td, .handsontable th{
    color: #424242;
    font-size: .88rem;
}
.handsontable td[onclick]{
    cursor: pointer;
    background-color: #e3f2fd40;
    transition: background-color .4s ease;
}
.handsontable td[onclick] li{
    cursor: pointer;
}
.handsontable td[onclick]:hover{
    background-color: #e3f2fd;
}
.handsontable th{
    white-space: break-spaces;
}
.handsontable tbody th.ht__highlight,
.handsontable thead th.ht__highlight {
    background-color: #00b0c838;
}
.handsontable tbody th.ht__active_highlight,
.handsontable thead th.ht__active_highlight {
    background-color: #8eb0e7 ;
    color: #000;
}
.handsontable thead th .relative {
    display: flex;
    height: 30px;
}
.handsontable thead th .relative .colHeader{
    flex-grow: 1;
}
.handsontable span.colHeader.columnSorting:before {
    position: absolute;
    top: 7px;
    left: 0;
}
.handsontable th .changeType {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: #E0E0E0;
    color: #757575;
    border-radius: 2px;
}
.handsontable .htFiltersActive .changeType {
    border: none;
    color: white;
    background-color: #00b9c2;
}
.handsontable .htDimmed:not(.searchResult){
    color: #777;
    background-color: #FAFAFA;
}
.handsontable .htAutocompleteArrow{
    color: #e0e0e0;
}
.handsontable .htAutocompleteArrow.select-multiple{
    cursor: pointer;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
}

.handsontable .select2-hidden-accessible {
    margin-top: -1px !important;
}

.handsontable .handsontableInput{
    background-color: white !important;
}

/* Helpers */
.searchResult{
    background-color: #FCF3C1 !important;
    color: #787878 !important;
}
.filter_option_name{
    position: absolute;
    margin-top: -1.8rem;
    background-color: white;
    margin-left: 1.1rem;
    width: 200px;
}

.handsontable .htUIMultipleSelect .handsontable .htCore td:hover .filter_option_name{
    background-color: #FAFAFA;
}

.table-status{
    width: 100%;
}

.table-status thead tr:nth-child(1) th {
    position: sticky;
    top: 0;
    box-shadow: 0 1px 0 #EEEEEE, 0 -1px 0 #EEEEEE;
}

.table-status thead tr:nth-child(1) th:not(:nth-child(1)){
    min-width: 9.5rem;
}

.table-status thead tr:nth-child(2) th {
    position: sticky;
    top: 27px;
    box-shadow: 0 1px 0 #EEEEEE;
}

.table-status thead th {
    background-color: #F5F5F5;
    border: 1px solid #EEEEEE;
    text-align: center;
    vertical-align: middle;
    color: #424242;
    box-shadow: inset 0 1px 0 #EEEEEE, inset 0 -2px 0 #EEEEEE;
 }
.table-status td, .table-status th {
    padding: .25rem;
    font-size: 9pt;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #dee2e6;
}

.delete-btn{
    cursor: pointer;
}
.th-helper{
    white-space: nowrap;
    display: flex;
    min-width: 10px;
    flex-direction: row-reverse;
}

.editable{
    cursor: pointer;
}

.order-btn-div{
    margin-left: .5rem;
}

.content-above-table{
    padding: 0 20px;
    max-width: 100vw;
    width: 100vw;
}

#crearEntidadDesktop button{
    border-radius: 30px;
    padding: 0px 17px;
    font-size: 1rem;
    font-weight: bold;
    height: 38px;
    margin: 10px;
}

#crearEntidadMobile{
    position: absolute;
    left: 0;
}
*:not(.external-filter-wrapper)>.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #F5F5F5 1px;
    border-radius: 0 0 2px 2px;
}
*:not(.external-filter-wrapper)>.select2-container--default .select2-selection--multiple,
*:not(.external-filter-wrapper)>.select2-dropdown {
    border-radius: 2;
    cursor: text;
    border: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
*:not(.external-filter-wrapper)>.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0px 5px 5px 5px;
    max-height: 30vh;
    overflow-y: auto;
    overflow-x: hidden;
}
*:not(.external-filter-wrapper)>.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #B2EBF2;
}
*:not(.external-filter-wrapper)>.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color:#03a9f4;
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    border: none;
    border-radius: 30px;
    padding: 4px 8px;
}
.select2.is-invalid .select2-selection {
    border-color: #e3342f !important;
}
.selector-multiple-advanced-tag.is-invalid{
    color: #e3342f;
}
.hide-option{
    overflow: hidden;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
}

/* handsontable-templates */
handsontable-templates{
    display: none;
}

li.handsontable-templates.select2-selection__choice {
    list-style: none;
    border: none;
    border-radius: 3px;
    background-color: hsl(212deg 100% 98%);
    cursor: default;
    float: left;
    font-size: 14px;
    margin-right: 2px;
    margin-top: 4px;
    padding: 0 5px;
    border: 1px solid hsl(212deg 30% 90%);
    white-space: normal;
    min-width: 100%;
    overflow: hidden;
}
.handsontable-templates.select2-selection__rendered li:first-child {
    min-width: calc(100% - 16px);
    width: calc(100% - 11px);
}
.handsontable-templates.select2-selection__rendered {
    padding: 0px 2px 2px 1px;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ht_clone_top.handsontable{
    z-index: 1;
}
.entity-form .select2-container--default{
    width: 100% !important;
}
.entity-form label{
    width: 30%;
    margin: 0;
    line-height: 90%;
}
.entity-form .form-group{
    display: flex;
    align-items: center;
}
.entity-form .field-wrap{
    width: 69%;
    display: inline-block;
}
.entity-form .select2-container--default.select2-container--focus .select2-selection--single,
.entity-form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da;
}
.entity-form .select2-container--default .select2-selection--single,
.entity-form .select2-container--default .select2-selection--multiple,
.entity-form .select2-dropdown {
    border-radius: 2;
    cursor: text;
    border: 1px solid #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.entity-form .select2-container--default .select2-selection--single{
    height: 35px;
}
.entity-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 4px 5px 5px 5px;
}
.entity-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0px 5px 5px 5px;
}
.entity-form .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #B2EBF2;
}
.entity-form .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color:#03a9f4;
    color: white;
}

.entity-table{
    display: inline-block;
    max-width: 100%;

}
.entity-table.form-mode{
    max-width: 70%;
}
.entity-form.form-dynamic{
    background-color: white;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .08), 0 1px 10px 0 rgba(0, 0, 0, .082);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .08), 0 1px 10px 0 rgba(0, 0, 0, .082);
    display: inline-block;
    float: right;
    overflow: auto;
    z-index: 8;
    position: absolute;
    overflow-x: hidden;
    transition: right .3s ease-in-out;
    width: 100%;
    max-width: 30% !important;
    right: -100%;
}
.entity-form.form-dynamic.form-mode{
    right: 0%;
}
.entity-form.form-dynamic .form-dynamic-container{
    position:relative;
    height: 100%
}
.entity-form.form-dynamic .form-dynamic-container .create-form{
    -webkit-box-shadow: 1px 1px 0px #e0e0e0 inset, 0px 50vh 0px 0px #ffffff;
    box-shadow: 1px 1px 0px #e0e0e0 inset, 0px 50vh 0px 0px #ffffff;
    border-left: 1px solid #E0E0E0;
    transition: right .3s ease-in-out;
    right: -100%;
    position: absolute;
    height: 100%;
    width: 100%;
    border-left: 1px solid #E0E0E0;
    background-color: white;
}
.entity-form.form-dynamic .create-form.active{
    right: 0%;
}
.entity-form.form-dynamic h4{
    color: #008b92;
}
.entity-form h4 i{
    cursor: pointer;
}
/* ! Table Wrapper */
body{
    --left-panel-default-transition: all .2s ease-in-out;
    --left-panel-fast-transition: all .15s ease-in-out;
    --left-panel-width-closed: 56px;
    --left-panel-width-open: 250px;
    --left-panel-padding: 24px 18px;
    --left-panel-margin: 8px;
    --left-panel-total-width: calc( var(--left-panel-width-closed) + (var(--left-panel-margin) * 2));
    --left-panel-open-total-width: calc( var(--left-panel-width-open) + (var(--left-panel-margin) * 2));
}

/* ! With Panel */
.table-wrapper .left-panel-section{

    display: none;
    /* gradient */
    background: #ffffff; /* Old browsers */
    background-image: -moz-linear-gradient(45deg, #f5f5f5, #ebebeb);
    background-image: -webkit-linear-gradient(45deg, #f5f5f5, #ebebeb);
    background-image: linear-gradient(45deg, #f5f5f5, #ebebeb);
    /* end gradient */
    border-radius: 12px;
    margin-left: var(--left-panel-margin);
    margin-right: var(--left-panel-margin);
    width: 50vw;
    min-width: 0px;
    max-width: var(--left-panel-width-closed);
    transition: var(--left-panel-default-transition);
    height: 50vh;
}
.table-wrapper .left-panel-section.no-animation{
    transition: none;
}
.table-wrapper .left-panel-section.open {
    min-width: var(--left-panel-width-open);
    max-width: var(--left-panel-width-open);
}
.table-wrapper.has-left-panel .left-panel-section{
    display: block;
}
/* Left Panel header */
.table-wrapper .left-panel-section .left-panel-header{
    padding: var(--left-panel-padding);
    display: flex;
}
/* Left Panel header icon */
.table-wrapper .left-panel-section .left-panel-header .icon{
    font-size: 20px;
    color: #00bec8;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
/* Left Panel header title */
.table-wrapper .left-panel-section .left-panel-header .title{
    color:#00bec8;
    overflow: hidden;
    transition: var(--left-panel-default-transition);
    opacity: 0;
    max-width: 0px;
    padding: 0;
    flex-grow: 9999;
}
.table-wrapper .left-panel-section.no-animation .left-panel-header .title{
    transition: none;
}

.table-wrapper .left-panel-section.open .left-panel-header .title{
    opacity: 1;
    padding: 0 15px;
    max-width: var(--left-panel-width-open);
}
/* Left Panel body */
.table-wrapper .left-panel-section .left-panel-body {
    padding: var(--left-panel-padding);
    width: var(--left-panel-min-width-open);
    transition: var(--left-panel-fast-transition);
    padding-top: 0;
    opacity: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.table-wrapper .left-panel-section.no-animation .left-panel-body {
    transition: none;
}
.table-wrapper .left-panel-section.open .left-panel-body {
    transition: var(--left-panel-default-transition);
    opacity: 1;
}
.table-wrapper .left-panel-section.open.no-animation .left-panel-body {
    transition: none;
}

/* ! With Collapsible Button Groups */
.table-wrapper .left-panel-section .collapsible-botton-groups{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.table-wrapper .left-panel-section .collapsible-botton-groups .dropdown-toggle{
    width: 100%;
}
.table-wrapper .left-panel-section .collapsible-botton-groups .dropdown{
    margin-bottom: 10px;
}
/* ! With Map */
.table-wrapper .map-section{
    display: none;
    min-width: 40%;
}
.table-wrapper.has-map .map-section{
    display: block;
}
.table-wrapper.has-map .entity-form.form-dynamic{
    z-index: 1001;
}
.table-wrapper.has-map entity-table.form-mode{
    max-width: 100%;
}
.table-wrapper.only-has-map .map-section{
    width: 100vw;
}
.table-wrapper.only-has-map .table-section{
    width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* ! Table Wrapper Space Distribution */
.table-wrapper{
    width: 100vw;
}
.table-wrapper > *{
    flex-grow: 1;
}
.table-wrapper .table-section{
    width: 100%;
}
.table-wrapper.has-map .table-section{
    max-width: 60%;
}
.table-wrapper.has-left-panel .table-section{
    max-width: calc( 100% - var(--left-panel-total-width));
}
.table-wrapper.has-left-panel.left-panel-open .table-section{
    max-width: calc( 100% - var(--left-panel-open-total-width));
}
.table-wrapper.has-map.has-left-panel .table-section{
    max-width: calc( 60% - var(--left-panel-total-width));
}
.table-wrapper.has-map.has-left-panel.left-panel-open .table-section{
    max-width: calc( 60% - var(--left-panel-open-total-width));
}

/* ! Media queres */

@media (max-width: 992px){
    .entity-form.form-dynamic.form-mode {
        max-width: 50vw !important;
        z-index: 345;
    }
    .entity-table.form-mode{
        max-width: 50vw;
    }
}
@media (max-width: 768px){
    .entity-form.form-dynamic.form-mode {
        max-width: 60vw !important;
        z-index: 345;
    }
    .entity-table.form-mode{
        max-width: 40vw;
    }
}
@media (max-width: 576px){
    .entity-form.form-dynamic.form-mode {
        max-width: 100vw !important;
        z-index: 345;
    }
    .entity-table.form-mode{
        max-width: 0vw;
    }
}
.map-section{
    position: relative;
}
.filter-table-by-map-container{
    position: absolute;
    z-index: 600;
    right: 10px;
    top: 10px;
}
.map-section .leaflet-tooltip {
    background-color: transparent;
    font-size: 1rem;
    border: none;
    box-shadow: none;
    color: #1565c0;
    text-shadow: 0px 0px 2px #ffffff,
     0px 0px 2px #ffffff,
     0px 0px 2px #ffffff,
     0px 0px 2px #ffffff,
     0px 0px 2px #ffffff,
     0px 0px 2px #ffffff;
}
.leaflet-tooltip-left:before {
    border-left-color: #3488ff;
}
.leaflet-tooltip-right:before {
    border-right-color: #3488ff;
}

.handsontable-img-container img{
    min-height: 22px;
    cursor: zoom-in;
    max-height: 50px;
    border-radius: 4px;
    margin: 3px;
}
.handsontable-img-container img:hover{
    border: 1px solid #90CAF9;
}

.vue-form-generator .form-group.required label::after {
    content: "*";
    color: #f44336;
    margin-left: 1px;
    font-size: 16px;
    margin-right: 4px;
    position: absolute;
}

.loader-container-transparent.form-loader{
    z-index: 10000000;
    position: absolute;
    height: 100%;
    background-color: #ffffff6b;
}

.btn-custom-add-nxn{
    width: 100%;
    background-color: #00bec8;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -2px;
    color: white;
    font-weight: bold;
    top: 0;
    font-size: 18px;
    float: left;
    line-height: 12px;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.btn-custom-add-nxn:hover{
    color: white;
    background-color: #80deea;
}

.htCustomMenuRenderer.htFiltersMenuValue .htUIMultipleSelectHot {
    height: 40vh !important;
    /*height: calc(70vh - 200px) !important;*/
    min-height: 100px;
    max-height: 100%;
}

.htCustomMenuRenderer.htFiltersMenuValue .htUIMultipleSelectHot .ht_master .wtHolder {
    height: 40vh !important;
    /*height: calc(70vh - 200px) !important;*/
    min-height: 100px;
}

/* External Filters */

.external-filters{
    width: 100%;
    height: auto;
}

.external-filters .external-filter-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.external-filters-label:first-letter {
    text-transform: uppercase;
}
.external-filters .external-filter-select.multiple+.select2-container{
    min-width: 120px;
    width: auto !important;
}
.external-filters .select2-container ul.select2-selection__rendered{
    position: relative;
    cursor: pointer;
    display: flex;
    width: auto;
    flex-wrap: wrap;
    justify-content: start;
    min-width: calc(100% - 10px);
}
.external-filter-wrapper  ul.select2-selection__rendered .select2-search__field{
    line-height: 28px;
}
.external-filter-wrapper .select2-selection__clear{
    margin: 0 3px;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-top: 3px !important;
    color: #757575;
    order: 9999;
    margin-right: 0px !important;
}
.external-filter-wrapper .select2-selection--multiple .select2-selection__clear{
    line-height: 30px !important;
    margin-left: auto;
    margin-top: 0px !important;
}
.external-filter-wrapper .select2-selection--multiple .select2-selection__clear:focus {
    color: #f44336;
}
.external-filters .select2-search__field{
    margin-top: 0 !important;
    text-align: right;
    min-width: 50px !important;
}
.external-filters .select2-search__field::placeholder{
    color: #999;
}
.external-filters  .select2-selection--multiple:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    color: #080808;
    content: "\f078" !important;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}


#entityIframe{
    width: 100vw;
}

/* Sheets Form Builder */
.sheets_form_builder{
    left: 0;
    opacity: 0;
    top: 101vh;
    transition: top .4s ease;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    padding-top: 55px;
    padding-bottom: 55px;
    z-index: 99999;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: top, opacity;
}
.sheets_form_builder.active{
    top: 0;
    opacity: 1;
}
.sheets_form_builder .background{
    background-color: rgb(0 0 0 / 0%);
}
.sheets_form_builder.active .background{
    background-color: rgb(0 0 0 / 20%);
    transition: background-color 5s ease;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 0;
}
.sheets_form_builder > div:first-child {
    margin: 0 auto;
    max-width: 1200px;
    width: 90vw;
    height: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    z-index: 1;
    transition: max-width .4s ease;
}

.sheets_form_builder .close{
    cursor: pointer;
}
@media (max-width: 768px){
    .sheets_form_builder{
        padding-bottom: 0px;
    }
}

@media (max-width: 600px) {
    #form_builder_el>div:first-child {
        height: 90% !important;
    }
}

/* Accesibilidad */
.form-control:focus::placeholder{
    color: transparent !important;
}

/* Edit Mode */
#edit-mode-wrapper .edit-mode-btn {
    top: 7px;
    right: 15px;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    align-items: center;
}

#edit-mode-wrapper .edit-mode-btn:hover {
    width: auto;
}

#edit-mode-wrapper{
    z-index: 8;
}
#edit-mode-wrapper > div{
    z-index: inherit;
}
.bg-table-options{
    background-color: #fafafa !important;
}
.handsontable thead th{
    transition-property: background-color, border;
    transition-duration: .4s;
    transform-style: ease;
}
.handsontable thead th.editableColumn{
    background-color: #b2ebf2;
    border-right: 2px solid #00bcd4;
}
.handsontable thead th.editableColumn.widthApplied{
    border-right: 7px solid #00bcd4;
}
.handsontable th .changeTypeEdit {
    font-size: 9px;
    line-height: 9px;
    padding: 2px;
    margin: 3px 1px 0 5px;
    float: right;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: #E0E0E0;
    color: #757575;
    border-radius: 2px;
    cursor: pointer;
    height: 14px;
    width: 14px;
    transition: background-color .4s ease;
}
.handsontable th .changeTypeEdit:hover {
    background-color: #00bcd4;
    color: white;
}
.handsontable th .changeTypeEdit i {
    right: 3px;
    top: 3px;
    position: absolute;
}

.row-drill-down-cell{
    padding-left: 20px !important;
    transition: background-color 0.3s ease;
}
.row-drill-down-cell-hidden{
    background-color: #E0E0E0 !important;
}
.row-drill-down-cell-button{
    margin-left: -17px;
    position: absolute;
    font-size: 10px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #dedddd;
    color: #757575;
    height: 12px;
    line-height: 12px;
    width: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}
.btn-custom-edit-color-out {
    color: #424242;
    background-color: #b2ebf2;
    border: none;
    /*background: linear-gradient(to right, #b2ebf2 0%, #00bcd4 99%);*/
}
#collapse-buttons .btn{
    margin-bottom: 1px;
    margin-top: 1px;
}

/* Entity Type Wrapper  */
.entity-type-wrapper{
    opacity: 1;
    transition: opacity 1s ease;
}
.entity-type-wrapper.hide-entity-type-wrapper{
    position: absolute !important;
    right: 200vw !important;
    opacity: 0 !important;
}

/* Pagination  */
.page-item.active .page-link {
    background-color: #00bec8;
    border-color: #00bec8;
}
.page-link {
    color: #00bec8;
}

/* Multi Entity Type Buttons  */
#multi_entity_type_panel{
    padding-left: 72px;
}
#page-container:has(.table-wrapper.has-left-panel) #multi_entity_type_panel{
    padding-left: calc( var(--left-panel-total-width) - 2px);
}

.multi_entity_type_btn{
    color: #757575;
    padding: 0.5rem 1rem;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.multi_entity_type_btn:hover{
    background-color: #f5f5f5;
    cursor: pointer;
}
.multi_entity_type_btn.active{
    background-color: white;
    box-shadow: 0 0.75rem 1rem rgb(0 0 0 / 15%) !important;
    color: #00bec8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.et_settings_off{
    display: none;
}

.et_settings_on {
    display: block;
    height: 0;
    z-index: 4;
    position: relative;
}
.et_settings_on a {
    position: absolute;
    bottom: 0;
    right: -40px;
}

.records-count{
    white-space: nowrap;
}

#edit-visibility-ui .dropdown-menu.show{
    max-height: 75vh;
    display: flex;
    flex-flow: column;
    justify-content: end;
    border-radius: 12px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 100px;
}
#edit-visibility-ui .dropdown-menu .list{
    overflow: auto;
    padding-top: 1rem;
}
#edit-visibility-ui .dropdown-menu .btns{
    padding: 1rem;
    border-top: 1px solid #E0E0E0;
}
/* .table-pagination{} */
span[contenteditable="true"]{
    padding: 0 5px;
    border-bottom: 1px solid #bdbdbd;
    text-transform: none;
}

/* Tema "sait"*/

.page-container.theme-sait .table-wrapper{
    background-color: #D5D5D5;
}
.page-container.theme-sait .handsontable td,
.page-container.theme-sait .handsontable th {
    font-family: 'Roboto';
    background-color: #D5D5D5;
    height: 33px;
    line-height: 33px;
}
.page-container.theme-sait .handsontable tr {
    background: #D5D5D5;
}
.page-container.theme-sait .handsontable.htRowHeaders thead tr th:nth-child(2),
.page-container.theme-sait .handsontable td:first-of-type,
.page-container.theme-sait .handsontable th:first-child,
.page-container.theme-sait .handsontable th:nth-child(2) {
    border-left: 1px solid #D5D5D5;
}
.page-container.theme-sait .handsontable tr:first-child td, .handsontable tr:first-child th {
    border-top: 1px solid #D5D5D5;
}

.page-container.theme-sait .handsontable td,
.page-container.theme-sait .handsontable th,
.page-container.theme-sait .handsontable th:last-child {
    border-right: transparent;
    border-bottom: 1px solid #707070;
}

.page-container.theme-sait .handsontable span.colHeader {
    font-weight: bold;
    line-height: 33px;
    color:#044617;
}

.page-container.theme-sait .handsontable th .changeType {
    top: 8px;
}

.page-container.theme-sait .wtHolder::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.page-container.theme-sait .wtHolder::-webkit-scrollbar-thumb {
    background: #7EF0A6;
    border-radius: 4px;
}
.page-container.theme-sait .wtHolder::-webkit-scrollbar-thumb:hover {
    background: #17935BA7;
}
.page-container.theme-sait .wtHolder::-webkit-scrollbar-thumb:active {
    background-color: #7EF0A6;
}

.page-container.theme-sait .text-custom {
    color: #044617;
}

.page-container.theme-sait .page-link {
    color: #044617;
}

.page-container.theme-sait .page-item.active .page-link {
    background-color: #044617;
    border-color: #044617;
    color: white;
}

/* QUILL EDITOR */
.sheets_quill_parent{
    display: flex;
    left: 50%;
    opacity: 0;
    position: fixed;
    overflow: visible;
    top: 101vh;
    width: 80vw;
    height: 60vh;
    transform: translateX(-40vw);
    z-index: 99999;
    flex-flow: column;
    background-color: white;
    align-items: self-end;
    justify-content: stretch;
    border-radius: 5px;
    padding: 5px 0;
    border: 1px solid #f7f7f7;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: top, opacity;
}
.sheets_quill_parent.active{
    opacity: 1;
    top: 20vh;
}
@media (max-width: 768px){
    .sheets_quill_parent{
        width: 100vw;
        transform: translateX(-50vw);
    }
    .sheets_quill_parent.active{
        top: 68px;
        height: calc(100vh - 68px);
    }
}
@media (min-width: 1500px){
    .sheets_quill_parent{
        width: 1200px;
        transform: translateX(-600px);
    }
}

.sheets_quill_parent > * {
    width: 100%;
}
.sheets_quill_parent .ql-toolbar{
    border: 0 !important;
    border-bottom: 1px solid #ebebeb !important;
}
.sheets_quill_parent .ql-container{
    border: 0 !important;
    overflow: auto !important;
}
.sheets_quill_parent .ql-container .ql-editor{
    overflow: visible;
    height: max-content;
    min-height: 100%;
}

.sheets_quill_footer {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    box-sizing: border-box !important;
    border-top: 1px solid #ebebeb;
}


/* Table Warning CSS */

.tippy-box[data-theme~='warning'] {
    padding: 8px;
}
.tippy-box[data-theme~='warning'] .tippy-content{
    color:#212529;
}
.tippy-box[data-theme~='warning'] .fa{
    font-size: 20px;
    margin-top: 6px;
}

.th-warning{
    position: absolute;
    right: 3px;
    top: 0;
    margin-top: 16px;
}

.search-group{
    display: flex;
}

.search-in-table,
.btn-custom-search  {
    height: 37px;
}

.search-in-table {
    border: 1px solid #AFAFAF;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-right: none !important;
}

.btn-custom-search {
    border: 1px solid #AFAFAF;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-left: none !important;
    background-color: transparent;
    color: #2A3C48;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.btn-custom-search:focus {
    box-shadow: none
}
